The validation provides a quantitative representation of the relevance
between your dataset and RAVs. Below shows the top 6 validated RAVs and
the complete result is saved as {input_name}_validate.csv.
## score PC sw cl_size cl_num
## RAV1076 0.15262099 2 -0.04447124 10 1076
## RAV725 0.24823617 2 0.09412734 20 725
## RAV884 0.22061781 2 0.15328698 6 884
## RAV1994 0.09894967 4 -0.03493900 3 1994
heatmapTable takes validation results as its input and displays them into
a two panel table: the top panel shows the average silhouette width (avg.sw)
and the bottom panel displays the validation score.
heatmapTable can display different subsets of the validation output. For
example, if you specify scoreCutoff, any validation result above that score
will be shown. If you specify the number (n) of top validation results through
num.out, the output will be a n-columned heatmap table. You can also use the
average silhouette width (swCutoff), the size of cluster (clsizecutoff),
one of the top 8 PCs from the dataset (whichPC).
Here, we print out top 1 validated RAVs with average silhouette width above 0.
Under the default condition, plotValidate plots validation results of all non
single-element RAVs in one graph, where x-axis represents average silhouette
width of the RAVs (a quality control measure of RAVs) and y-axis represents
validation score. We recommend users to focus on RAVs with higher validation
score and use average silhouette width as a secondary criteria.
Note that interactive = TRUE will result in a zoomable, interactive plot that
included tooltips, which is saved as {input_name}_validate_plot.html file.
You can hover each data point for more information:
If you double-click the PC legend on the right, you will enter an individual display mode where you can add an additional group of data point by single-click.
## [1] "MeSH terms related to RAV725"
The complete result is saved as {input_name}_genesets_RAV*.csv.
## $`Enriched gene sets for RAV725`
## Description NES pvalue
## DMAP_ERY3 DMAP_ERY3 -1.622639 1e-10
## DMAP_ERY4 DMAP_ERY4 -1.613924 1e-10
## DMAP_ERY5 DMAP_ERY5 -1.607208 1e-10
## KEGG_ALZHEIMERS_DISEASE KEGG_ALZHEIMERS_DISEASE -1.881862 1e-10
## KEGG_HUNTINGTONS_DISEASE KEGG_HUNTINGTONS_DISEASE -1.999761 1e-10
## KEGG_OXIDATIVE_PHOSPHORYLATION KEGG_OXIDATIVE_PHOSPHORYLATION -2.300524 1e-10
## qvalues
## DMAP_ERY3 3.251166e-10
## DMAP_ERY4 3.251166e-10
## DMAP_ERY5 3.251166e-10
## KEGG_ALZHEIMERS_DISEASE 3.251166e-10
## KEGG_HUNTINGTONS_DISEASE 3.251166e-10
## KEGG_OXIDATIVE_PHOSPHORYLATION 3.251166e-10
The complete result is saved as {input_name}_literatures_RAV*.csv.
## $`Studies related to RAV725`
## studyName
## 534 ERP114425
## 1030 SRP028155
## 1643 SRP049599
## 2691 SRP071854
## 2705 SRP072038
## 2755 SRP072875
## title
## 534 Integrative analysis of single-cell expression data reveals distinct regulatory states in bidirectional promoters.
## 1030 Transcriptomic analysis of ERR alpha orphan nuclear receptor
## 1643 JunB control of keratinocyte-mediated inflammation [RNA-seq]
## 2691 Parental allele specific single-cell transcriptome dynamics reveal incomplete epigenetic reprogramming in human female germ cells
## 2705 Digitalis-like compounds facilitate redifferentiation of non-medullary thyroid cancer through intracellular Ca2+, cFOS and autophagy dependent pathways
## 2755 Single-nucleus RNA-seq on undifferentiated human KD3 myoblasts and differentiated myotubes and mononucleated cells.